commit | 083da8176cea5d9a5e4d8b490ceaf35ce3c51e69 | [log] [tgz] |
---|---|---|
author | Yan Yan <evitayan@google.com> | Wed Apr 06 02:44:36 2022 +0000 |
committer | Yan Yan <evitayan@google.com> | Wed Apr 06 19:53:54 2022 +0000 |
tree | b2011faeb90bdbcc98f68550bfdc9177ef07c2bd | |
parent | 8f6997a9ee6781c6b05e8314d05dc2f6dbdc9687 [diff] |
Fix NPE when server does not support Auth Method 14 Fix NPE when the IKE server does not support Auth Method 14 and thus did not send Notify( SIGNATURE_HASH_ALGORITHMS) during IKE AUTH. Previously in this case, the peerSignatureHashAlgorithms will be null. This commit changed it from "null" to an empty set. Bug: 207764621 Test: atest FrameworksIkeTests(new tests), CtsIkeTestCases Test: Verified with Strongswan Original-Change: https://android-review.googlesource.com/2052040 Merged-In: I18dd925ca16a5e02f738fdaaff52b9e4d93e0a17 Change-Id: I18dd925ca16a5e02f738fdaaff52b9e4d93e0a17